home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://febe/skin/febe.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <!DOCTYPE overlay SYSTEM "chrome://febe/locale/febe.dtd">
-
- <dialog xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- id="febeChmodWindow"
- title="&febe.chmod.title;"
- autostretch="always"
- width="400"
- onload="sizeToContent(); febeSetExDir(); "
- ondialogcancel="window.close();"
- ondialogaccept="febeChmod(); window.close();">
-
- <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
- <script type="application/x-javascript" src="chrome://febe/content/febe.js"/>
-
- <stringbundleset id="febestringbundleset">
- <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
- </stringbundleset>
-
- <groupbox>
- <vbox flex="1">
- <hbox flex="1">
- <label id="febeZipLabel" value="&febe.chmod.zip;"/>
- <label id="febeZipValue" value="&febe.unknown;"/>
- </hbox>
- <hbox flex="1">
- <label id="febeUnzipLabel" value="&febe.chmod.unzip;"/>
- <label id="febeUnzipValue" value="&febe.unknown;"/>
- </hbox>
- <description flex="1">
- <html:br></html:br>&febe.chmod.text;<html:br></html:br><html:br></html:br>
- </description>
- </vbox>
- <groupbox>
- <caption label="&febe.chmod.caption;"/>
- <textbox id="febeExtDirZip" cols="50" rows="1" wrap="off" class="plain" readonly="yes" flex="1" value="&febe.unknown;"/>
- </groupbox>
- </groupbox>
- </dialog>
-